fsadeprecationwarning: sqlalchemy_track_modifications adds significant overhead and will be disabled by default in the future. set it to true or false to suppress this warning.
36
# just put this line it will solve the issue
app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False
# keep helping others :) :)